[ISSUE-48] [Feature] Init Kubernetes operator directory#75
Merged
roryqi merged 3 commits intoapache:masterfrom Jul 27, 2022
Merged
[ISSUE-48] [Feature] Init Kubernetes operator directory#75roryqi merged 3 commits intoapache:masterfrom
roryqi merged 3 commits intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
============================================
- Coverage 56.39% 56.36% -0.03%
+ Complexity 1173 1171 -2
============================================
Files 149 149
Lines 7953 7953
Branches 761 761
============================================
- Hits 4485 4483 -2
- Misses 3226 3227 +1
- Partials 242 243 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Collaborator
|
Thanks, I'll submit some PRs about dockerfile and operator of Uniffe. |
Contributor
|
We can add a markdown file in doc directory to put its user guide. |
Contributor
Author
When we finish the issue, we add the complete doc. |
|
+1, LGTM |
colinmjj
approved these changes
Jul 27, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
To solve issue #48, First step. we add Kubernetes operator profile and directory. We add two scripts build-operator.sh and test-operator.sh. We can use these scripts to build and test our operator. When we use the command
mvn compile -Pkubernetes, we can build the operator. When we use the commandmvn test -Pkubernetes, we can test the operator.Why are the changes needed?
We hope use Kubernetes to deploy Uniffle.
Does this PR introduce any user-facing change?
No
How was this patch tested?
No need.